Picture

/api/v2/profiles/:userId/photo

Picture

Authorization Bearer Token

Token
<access_token>

Request Parameter

Name
Type
Required
Description
originalPicture
String
Required
Original Picture

Path Variables

Name
Type
Required
Description
userId
String
Required
User id

Example Request

curl --location --request POST 'https://api.veniocrm.com/empeo/api/v2/profiles/002AAD0E-15A7-4FD4-926C-86915827EF12/photo' \
--header 'Authorization: Bearer <token>' \
--data-raw '{
"originalPicture": "image/original.png"
}'
Download postman Collection

Response

Name
Type
Description
status
Status
data
Any Object
Response

Status

Name
Type
Description
code
Numeric
Http status code
description
String
status description

Example Response

{
"status": {
"code": 200,
"description": "Update My Photo Success!"
},
"data": {}
}
© Copyright 2021 Gofive Co., Ltd. All right reserved.